repo.or.cz
/
windows-sources.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
added samples
[windows-sources.git]
/
sdk
/
samples
/
all in on code
/
Visual Studio 2010
/
VBWF4Parallel
/
App.config
blob
682adf1628b2a88149b7ef0f22d337dfc24b5dbd
1
<?xml version="1.0" encoding="utf-8" ?>
2
<configuration>
3
<startup>
4
5
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0,Profile=Client" />
6
7
</startup>
8
</configuration>